bitkeeper revision 1.1159.86.1 (4153e9dbUQ1rbYNwGi2-WXMg4Pqu8A)
authorkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>
Fri, 24 Sep 2004 09:33:15 +0000 (09:33 +0000)
committerkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>
Fri, 24 Sep 2004 09:33:15 +0000 (09:33 +0000)
Put back the bigger slab cache sizes.

xen/common/slab.c

index 172b7ee117516007191c5c7176e8f48ed87ec1bd..3e91a6a0582d68bba999af426932e7759c405976 100644 (file)
@@ -321,6 +321,8 @@ static cache_sizes_t cache_sizes[] = {
     {  4096,   NULL},
     {  8192,   NULL},
     { 16384,   NULL},
+    { 32768,   NULL},
+    { 65536,   NULL},
     {     0,   NULL}
 };